projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7685d15
)
gdk: Remove another gdk_window_new_input reference
author
Timm Bäder
<mail@baedert.org>
Tue, 15 Aug 2017 13:00:49 +0000
(15:00 +0200)
committer
Timm Bäder
<mail@baedert.org>
Tue, 15 Aug 2017 13:00:49 +0000
(15:00 +0200)
The most obvious one.
gdk/gdkwindow.h
patch
|
blob
|
history
diff --git
a/gdk/gdkwindow.h
b/gdk/gdkwindow.h
index c16a731f062c396bcc3347ba6bdce2d25e0c2ab3..261762f0fa98181fe33bad62e57fd8121b4aafa6 100644
(file)
--- a/
gdk/gdkwindow.h
+++ b/
gdk/gdkwindow.h
@@
-413,11
+413,6
@@
GDK_AVAILABLE_IN_3_90
GdkWindow * gdk_window_new_child (GdkWindow *parent,
gint event_mask,
const GdkRectangle *position);
-GDK_AVAILABLE_IN_3_90
-GdkWindow * gdk_window_new_input (GdkWindow *parent,
- gint event_mask,
- const GdkRectangle *position);
-
GDK_AVAILABLE_IN_ALL
void gdk_window_destroy (GdkWindow *window);